home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / tobby_ura_ura.swf / scripts / DefineSprite_16 / frame_3 / DoAction.as
Text File  |  2010-11-09  |  146b  |  10 lines

  1. if(getTimer() - this.startTime >= this.stayTime)
  2. {
  3.    _parent.play();
  4.    this.stop();
  5. }
  6. else
  7. {
  8.    this.gotoAndPlay(_currentframe - 1);
  9. }
  10.